home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue26 / tiptrix / NoteMenu / unit3.dfm / unit3.txt
Encoding:
Text File  |  1997-08-20  |  512 b   |  25 lines

  1. object Form3: TForm3
  2.   Left = 345
  3.   Top = 262
  4.   Width = 408
  5.   Height = 105
  6.   Caption = 'UnMerge Menu and Restore Form'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 23
  17.     Top = 32
  18.     Width = 354
  19.     Height = 13
  20.     Caption = 
  21.       'This form will unmerge the menus on the main form and they will ' +
  22.       'be restored'
  23.   end
  24. end
  25.